
.container::before,.container::after{
    display: none;
}
ul,li{
    margin: 0;
}
p{
    margin: 0;
}
.location{
    background: #211a14;
}
.location>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.ny-nav{
    width: 69%;
}
.ny-nav>ul>li{
    display: inline-block;
    padding: 15px 30px;
    position: relative;
}
.ny-nav>ul>li>a{
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
.ny-nav .active{
    background: #bb1515;
}
.ny-nav>ul>li>ul{
    position: absolute;
    left: 0;
    top: 50px;
    background: #8ca2b9;
    width: 100%;
    display: none;
}
.ny-nav>ul>li>i{
    font-size: 16px;
    color: #fff;
}
.ny-nav>ul>li>ul>li{
    border-top: 1px solid #fff;
    text-align: center;
}
.ny-nav>ul>li>ul>li a{
    color: #fff;
    display: inline-block;
    padding: 15px 5px;
    width: 100%;
}
.bread{
    width: 30%;
    text-align: right;
}
.bread p{
    padding: 15px 0;
    color: #ccc;
}
.bread p>a{
    color: #ccc;
}


/* about */
.ny-con{
    padding: 30px 0;
}
.ny-con>h1{
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0;
}
.ny-con>p{
    line-height: 50px;
    font-size: 14px;
    text-indent: 2em;
}

/* workshop */
.ny-con ul{
    display: flex;
    flex-flow:  row wrap;
}
.ny-con ul>li{
    width: 32.4%;
    margin: 10px 10px 10px 0 ;
    cursor: pointer;
    
}
.ny-con1 ul>li{
    margin: 10px 20px 10px 0 ;
    width: 23%;
    box-shadow: 0 0 10px -5px #666;
}
.ny-con ul>li p{
    font-size: 14px;
    text-align: center;
    background: #990100;
    padding: 10px 0;
    color: #fff;
}


/* pro-xq */
.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.tz-gallery{
    width: 48%;
}
.pro-title{
    width: 48%;
}
.pro-title>p{
    font-size: 16px;
    line-height: 36px;
}
#ip-img-preview{
    width: 60% ;
}
.pro-xq-con{
    margin-top: 20px;
}
.pro-xq-con>p{
    font-weight: bold;
    font-size: 20px;
}
.pro-xq-con table{
    width: 100%;
}
.pro-xq-con table tr td{
    border: solid 1px #333;
    padding: 5px 10px;
    text-align: center;
    width: 24%;
}
.pro-xq-con table tr td:first-of-type{
    background: #87ceef;
    color: #fff;
}
/* news */
.ny-news{
    padding: 50px 0;
}
.ny-news ul{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
}
.ny-news ul li{
    width: 31%;
    margin: 5px 0;
}
.ny-news h2{
    font-size: 20px;
    font-weight: bold;
}
.ny-news h3{
    font-size: 16px;
}
.news-con{
    padding: 15px 5px;
}
.news-con h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #333;
}
.news-con span{
    padding: 10px 0;
    display: inline-block;
    color: #666;
    font-size: 14px;
}
.news-con p{
    color: #666;
    line-height: 28px;
}
/* contact */
.ny-contact{
    display: flex;
    flex-flow:  row wrap;
    justify-content: space-between;
    padding: 50px 0;
}
.ny-contact ul{
    width: 28%;
}
.ny-contact ul li{
    font-size: 14px;
    line-height: 30px;
}
.ny-contact ul li>h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.ny-ditu{
    width: 70%;
}


.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}

@media all and (max-width:768px) {
   
    .page span,.page1 span{
        width: 100%;
        text-align: left !important;

    }
    .page span>a{
        margin: 4px 0;
        display: inline-block;
        padding: 2px 8px;
    }

    .ny-nav,.bread{
        width: 100%;
        text-align: left;
    }
    
    .ny-news ul li,.ny-contact ul,.ny-ditu{
        width: 100%;
    }
    .ny-nav>ul>li{
        display: none;
    }
    .location{
        padding: 0 10px;
    }
    .ny-content{
        padding: 0 10px;
    }
    .ny-con ul>li{
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
    .tz-gallery,.pro-title{
        width: 100%;
    }
}